home *** CD-ROM | disk | FTP | other *** search
- # GW file for defining world regions.
-
- FindNode world1
-
- # Clear all world regions.
- # This initializes the world such that no area
- # partitions belong to any region.
- WorldClearRegions
-
- # Clear any currently defined region masks.
- # This clears the array of predefined region
- # masks associated with dxf face colors.
- #WorldClearRegionMasks
-
- # Set regions from dxf file.
- # This will set regions for the area partitions within
- # the dxf file polygon boundaries. This command only
- # allows an area partition to belong to one region.
- #WorldSetRegions dxf_filename
-
- # Add regions from dxf file.
- # This will add regions for the area partitions within
- # the dxf file polygon boundaries. This command will
- # allow an area partition to belong to more than one
- # region.
- #WorldAddRegions dxf_filename
- WorldAddRegions ..\data\arena\regions\arcolor.dxf
-